go/types.Checker.nextID (field)

3 uses

	go/types (current package)
		check.go#L160: 	nextID uint64                 // unique Id for type parameters (first valid Id is 1)
		typeparam.go#L48: 		check.nextID++
		typeparam.go#L49: 		id = check.nextID